﻿#!version:1.0.0.1

##################################################################################
##                               YUK-Common                                    ##
##################################################################################

sip.establish_200OK =1
#This parameter configures when will the new call established. 1= when received 200OK.
#0= when received ACK.
#Default value is 0. This parameter helps to fix voice delay issue in some situation. 

local_time.time_zone = 0
# This parameter configures the TimeZone. Default value is +8, YUK, YUK BSFT, Myphones, CG need to configure to 0. 

local_time.time_zone_name = United Kingdom(London)
# This parameter configures the "TimeZoneName" parameter. Default value is :China(Beijing),YUK, YUK BSFT, Myphones, CG need to configure to United Kingdom(London)
# Please refer to "AutoDST.xml" for more timezone and timezonename.

phone_setting.emergency.number = 112,911,110,999,120
# This parameter configures the number in emergency. Each number should be seperate by ",". 999 and 120 will be added as default numbers.

ldap.incoming_call_special_search.enable =1
#This parameter configures whether to use special search method when using LDAP. 
#The special method is: when receive calls start with "00" or "+", search the LDAP directory and display the name if number found. 
#1=enable, 0= disable. Default is 1, same as YUK, YUK BSFT, CG, Myphones. 

phone_setting.call_fail_busy_tone.enable = 1
#This paramter configures whether to play tone when call failed. Value=0, when call failed, phoen play fail tone forcely. Value=1, won't play failed tone but quite the call directly.
# Default value will be set to 1, same as YUK-Myphone、YUK-CG.

auto_provision.aes_key_in_file = 1
#This parameter configures the phone to use the enc file to descrypt the cfg file or use AES KEY when downloading cfg file. 
#Value=1, means save the AES key in security.enc file, phone should download enc file to descrypt the cfg file. Value=0 means do not save the aes key in enc file. use AES key to descrypt the file directly. 
### The value is 0 in neutral version. That mean, if customer has encrypted the cfg file ahead, he shoul use a un-encryped cfg to configure the value to 1. Otherwise, phone will not able to download the key in Security.enc file. 

account.X.cid_source_privacy = 0
#This parameter configures whether to handle the Privacy header in the SIP Message. 1= enable, when using semi-attended transfer or attended transfer feature,
#the Refer to area in Sip message will change to Anonymous, thus server reject to handle it. 
# 1=enable, 0=disable. Default is 0, same as YUK &Myphones. 
  
autoprovision.X.name = 
#This parameter configures the autop code name
autoprovision.X.code = 
#This parameter configures the autop code
autoprovision.X.url = 
#This parameter configures the URL of the autop code.
#Default value of above three parameters are empty. 

voice.tone.country = Great Britain
# This parameter configures the signal tones. Default values is Custom. YUK, YUK BSFT, Myphones, CG need to configure to Great Britain.

trusted_certificates.url =
# This parameter configures the URL to upload the trusted certificate. 
trusted_certificates.delete =http://localhost/all
# This parameter is used to delete all the custmozed certificates. Only support to delete all with the value. 

server_certificates.url = 
# This parameter configures the URL to upload the server certificate. 
server_certificates.delete =http://localhost/all
# This parameter is used to delete all the custmozed certificates. Only support to delete all with the value. 


########################################################################################################
##                                        YUK-Myphone                                                 ##
########################################################################################################

account.X.end_call_when_transferred.enable = 1
# This parameter configures when will A release the call with B when B park the call successfully. 
# 0 means A wait for B to send Bye message  , then release the call. 1 means, when park succcessfully, A send Bye to end the call. Default is 1, same as Myphones
# Cisco phone use value 1, which Polycom phone uses 0. Yealink phone is same with Polycom device.
# Default is 0, Myphones need to change it to 1.

features.call_park.call_out_value.enable =1
#This parameter configures when the call is established, whether user can press call park key to park the call, no need to press hold, then park
# 0=disable, 1=enable. Default is 0, Myphones need to change to 1. 

bw.enable = 1 
features.uc_enable = 1
# These parameters configures whether to eable UC one feature. 0-disable;1-enable.
# Only T46 and T29 firwmare for Myphones enable the feature. In Myphones-MAC, the value is empty, please set to 1 when configuring for T29/T46
#Default is 0, Myphones need to change the value to 1